Micron Document
baubs git

Node / mirrors / respira / commits / 8026a89

Commit 8026a8977d38e5927aaf326bda9884bbfc38ce6f


Parents : 4a8127e
Author : Jan-Henrik Bruhn <jan-henrik.bruhn@offis.de>
Date : 2025-12-11T12:50:38+01:00

Include RELEASES.json in macOS build assets upload

Add RELEASES.json to the release artifacts for macOS builds,
which is needed for auto-update functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f9304cc..6e5e83b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
- name: Upload macOS assets
if: matrix.os == 'macos-latest'
run: |
- for file in out/make/zip/darwin/**/*.zip out/make/*.dmg; do
+ for file in out/make/zip/darwin/**/*.zip out/make/zip/darwin/**/*RELEASES.json out/make/*.dmg; do
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber
done
env:

Served by rngit 1.4.2 - Generated in 0.07s